Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
broccoli-autoprefixer
Advanced tools
Prefix CSS using Autoprefixer
Issues with the output should be reported on the Autoprefixer issue tracker.
$ npm install --save broccoli-autoprefixer
var autoprefixer = require('broccoli-autoprefixer');
tree = autoprefixer(tree, options);
Type: array
Default: ['> 1%', 'last 2 versions', 'Firefox ESR', 'Opera 12.1']
The browsers you need to support.
Type: boolean
Default: true
if the input has a sourcemap, otherwise false
Set to true
to include a base64-encoded sourcemap at the end of the output.
If a sourcemap already exists in the input, Autoprefixer will automatically
include an updated sourcemap in the output. Set this value to false
to
strip out the sourcemap entirely.
If you'd like to extract the inline sourcemap from the output, consider using a tool like broccoli-source-map.
Type: boolean
Default: true
Autoprefixer changes CSS indentation to create a nice visual cascade of prefixes.
MIT © Sindre Sorhus
FAQs
Prefix CSS using Autoprefixer
The npm package broccoli-autoprefixer receives a total of 26,448 weekly downloads. As such, broccoli-autoprefixer popularity was classified as popular.
We found that broccoli-autoprefixer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.